@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Roboto Condensed', sans-serif; */
/* font-family: 'Poppins', sans-serif; */

/* box-shadow:3px 3px 26px rgba(7,86,165,0.24); */
html {
    scroll-behavior: smooth!important;
}


.twenty-heading-large{
    font-size: 48px;
    line-height: 56px;
    font-weight: bold;
    color: #0756A5;
    font-family: "Roboto condensed",sans-serif;
}

.twenty-heading-small{
    font-size: 32px;
    line-height: 46px;
    color: #0756A5;
    font-family: "Roboto condensed",sans-serif;
    margin-bottom: 40px;
}

.twenty-para{
    font-size: 18px;
    line-height: 33px;
    color: #333333;
}



/* <!-- ========== 20 FOR 20 CAMPAIGN PAGE CSS STARTED========== --> */

/* <!-- ========== TWENTY HERO SECTION CSS ========== --> */

.twenty-hero-section{
    padding-top: 127px;
}
.twenty-hero-section .twenty-hero-inner-section{
    padding:20px 0;
    height: 100%;
    max-height: 641px;
    background-image:url(../images/twenty-hero-section-bg-img.webp);
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-position:right;
}
.twenty-hero-section .content{
    padding:145px 0;
    max-width: 90%;
}

.twenty-hero-section .content .twenty-heading-large{
    margin-bottom: 45px;
}

.twenty-hero-section .content .twenty-heading-small{
    line-height: 38px;
}

/* <!-- ========== TWENTY PARA SECTION CSS ========== --> */

.twenty-para-section{
    margin: 110px 0 74px;
}

.twenty-para-section .para-wrapper{
    width: 88%;
    text-align: center;
    margin: 0 auto;
}



/* <!-- ========== TWENTY ORGANISATION SECTION CSS ========== --> */
.twenty-organisation-section{
    padding:90px 0;
    background-color: rgba(7, 86, 165, 0.04);
}

.twenty-organisation-section .container .row{
    align-items: center;
}

.twenty-organisation-section .left-content{
    padding-right: 10px;
}

.twenty-organisation-section .left-content img{
    max-width: 100%;
}

.twenty-organisation-section .right-content {
    padding-left: 0px;
}


/* <!-- ========== TWENTY PARTICIPATE SECTION CSS ========== --> */
.twenty-participate-section{
    margin: 110px 0;
}

.twenty-participate-section .left-content .twenty-heading-small{
    font-weight: bold;
}

.twenty-participate-section .right-content img{
    max-width: 100%;
}

.twenty-participate-section .left-content .list-wrapper li{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.twenty-participate-section .left-content .list-wrapper li span{
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.twenty-participate-section .left-content .list-wrapper li img{
    max-width: 100%;
}

.twenty-participate-section .left-content .nested-list{
    padding-left: 35px;
}

.twenty-participate-section .left-content .nested-list li{
    color: #333333;
    font-size: 16px;
    margin-bottom: 30px;
    
}

.twenty-participate-section .left-content .nested-list li::before {
    content: "";
    width: 7px;
    height: 7px;
    top: -3px;
    margin-right: 15px;
    padding: 2px;
    position: relative;
    border-radius: 100%;
    border: 2px solid #1156A5;
    display: inline-block;
}


/* <!-- ========== TWENTY SIGNUP SECTION CSS ========== --> */

.twenty-signup-section{
    padding: 120px 0;
    background-color: #042143;
    margin-bottom: 60px;
}

.twenty-signup-section .content-wrapper{
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
}

.twenty-signup-section .img-wrapper img{
    max-width: 100%;
}

.twenty-signup-section .twenty-signup-btn{
    display: inline-block;
    cursor: pointer;
    background: linear-gradient(270deg, #FF5500 0%, #FD7E3E 100%);
    border-radius: 80px;
    padding: 8px 92px;
    font-size: 28px;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: bold;
    color: #fff;
}

.twenty-signup-section .twenty-signup-btn:hover{
    transform: scale(1.08);
    transition: transform 0.3s ease-in-out;

}

.twenty-signup-section .twenty-para{
    color: #fff;
    margin: 5px 0 45px;
}



/* <!-- ========== RESPONSIVE MEDIA QUERIES CSS ========== --> */

@media (min-width:1500px){
    .twenty-hero-section .twenty-hero-inner-section{
        background-size: cover;
    }
}
/* <!-- === RESPONSIVE 1198px STARTS HERE === --> */

@media (max-width:1198px){
    .twenty-hero-section .content{
        padding: 30px 0;
        max-width: 100%;
    }

    .twenty-participate-section .left-content .list-wrapper li{
        margin-bottom: 20px;
    }

    .twenty-participate-section .left-content .nested-list li{
        margin-bottom: 20px;
    }

    .twenty-participate-section .left-content .twenty-heading-small{
        margin-bottom: 20px;
    }
}

/* <!-- === RESPONSIVE 992PX STARTS HERE === --> */

@media (max-width:992px){

    .twenty-heading-large{
        font-size: 48px;
        line-height: 56px;
    }

    .twenty-para {
        font-size: 16px;
        line-height: 29px;
    }

    .twenty-heading-small{
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .twenty-hero-section{
        padding-top: 107px;
    }

    .twenty-hero-section .content .twenty-heading-large{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .twenty-para-section{
        margin: 75px 0 75px;
    }

    .twenty-para-section .para-wrapper{
        width: 100%;
    }

    .twenty-hero-section .content .twenty-heading-small{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 5px;
    }

    .twenty-organisation-section{
        padding: 75px 0;
    }

    .twenty-organisation-section .left-content{
        padding-right: 0;
    }

    .twenty-organisation-section .twenty-para{
        font-size: 14px;
        line-height: 25px;
    }

    .twenty-participate-section{
        margin: 75px 0 60px;
    }

    .twenty-participate-section .left-content .list-wrapper li {
        margin-bottom: 15px;
    }

    .twenty-participate-section .left-content .list-wrapper li span {
        font-size: 14px;
        line-height: 20px;
    }

    .twenty-participate-section .left-content .nested-list li {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .twenty-signup-section{
        padding: 50px 0 75px;
    }
    
}

/* <!-- === RESPONSIVE ONLY 768px STARTS HERE === --> */

@media (max-width:768px){
    .twenty-hero-section {
        padding-top: 0px;
    }

}


/* <!-- === RESPONSIVE ONLY 767px STARTS HERE === --> */

@media (max-width:767px){

    .twenty-para {
        font-size: 14px;
        line-height: 26px;
    }

    .twenty-hero-section .twenty-hero-inner-section{
        max-height: unset;
        background-image: none;
        background-color: #F0F5FA;
        padding: 0;
    }

    .twenty-hero-section .twenty-hero-inner-section .col-md-6:last-child{
        padding: 0;
    }

    .twenty-hero-section .image-wrapper{
        max-height: 400px;
    }

    .twenty-hero-section .image-wrapper img{
        max-width: 100%;
        object-fit: contain;
    }

    .twenty-hero-section .content{
        max-width: 100%;
    }

    .twenty-hero-section .content h1 br{
        display: none;
    }

    .twenty-para-section{
        margin: 60px 0 60px;
    }

    .twenty-organisation-section .right-content{
        padding-top: 25px;
    }

    .twenty-organisation-section{
        padding: 60px 0;
    }

    .twenty-participate-section {
        margin: 60px 0 45px;
    }

    .twenty-participate-section .left-content {
        padding-top: 25px;
    }

    .twenty-signup-section .content-wrapper{
        max-width: 100%;
    }

    .twenty-signup-section .twenty-para{
        margin: 15px 0 35px;
    }

    .product-banner-section .image-wrapper{
        padding-bottom: 120px;
    }

    .product-section1{
        margin-bottom: 60px;
        margin-top: 0;
    }

    .product-section1 .right-content p{
        padding: 15px;
        font-size: 15px;
    }

    .product-section2{
        margin: 60px 0;
    }

    .product-section2 .left-content p{
        font-size: 20px;
        line-height: 34px;
        padding: 10px;
    }

    .twenty-signup-section .twenty-signup-btn{
        font-size: 24px;
    }
}